LEADTOOLS Barcode (Leadtools.Barcode assembly)

Save(Stream,BarcodeData[]) Method

Show in webframe







The output stream
An array of BarcodeData objects to save.
Saves an array of BarcodeData objects to an XML stream.
Syntax
public static void Save( 
   Stream stream,
   BarcodeData[] data
)
'Declaration
 
Public Overloads Shared Sub Save( _
   ByVal stream As Stream, _
   ByVal data() As BarcodeData _
) 
'Usage
 
Dim stream As Stream
Dim data() As BarcodeData
 
BarcodeData.Save(stream, data)
public static void Save( 
   Stream stream,
   BarcodeData[] data
)

            

            
 function Leadtools.Barcode.BarcodeData.Save(Stream,BarcodeData[])( 
   stream ,
   data 
)
public:
static void Save( 
   Stream^ stream,
   array<BarcodeData^>^ data
) 

Parameters

stream
The output stream
data
An array of BarcodeData objects to save.
Remarks

The load/save methods are provided as helper methods for the user. The BarcodeEngine, BarcodeReader and BarcodeWriter do not use these methods internally.

data can be null (Nothing is Visual Basic). This is the equivalent of saving an empty array.

To load the data previously saved into an XML stream, use BarcodeData.Load(Stream stream).

To save and load data to an XML disk file, use BarcodeData.Save(string fileName, BarcodeData[] data) and BarcodeData.Load(string fileName).

Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features